Skip to content

Commit 59f3c33

Browse files
authored
The "mopper" gimmick assistant outfit no longer spawns janicarts on every surrounding tiles (tgstation#83883)
## About The Pull Request Gimmick assistants who get the fake janitor outfit no longer spawn surrounded by janitor carts. ![image](https://github.com/tgstation/tgstation/assets/28870487/d77186d7-e68d-4d23-aca9-6cedee1ff3ea) Now: ![image](https://github.com/tgstation/tgstation/assets/28870487/4717a89b-d76c-4685-87cb-8bd45a5b8b09) ## Why It's Good For The Game The janitor cart economy is in shambles and this is the first step towards fixing it. ## Changelog :cl: Rhials fix: The "mopper" gimmick assistant outfit spawns with one cart instead of nine. /:cl:
1 parent 0af0c0a commit 59f3c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/modules/jobs/job_types/assistant/gimmick_assistants.dm

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
continue
112112
var/obj/structure/mop_bucket/bucket = new /obj/structure/mop_bucket(turf)
113113
equipped.start_pulling(bucket)
114+
break
114115

115116
/datum/outfit/job/assistant/gimmick/broomer
116117
name = "Gimmick Assistant - Broomer"

0 commit comments

Comments
 (0)