Some bugfixes (#19444)

* Fixes accessory removal

* Fixes partslathe

* Fixes a bug where field gen would be annihilated by windows

* Small runtime fix

* Fixes a robot runtime

* easter egg

* no coggers

* Update mop.dm

* Update antagonist.dm

* Update antagonist.dm

* Update partslathe_vr.dm

* Update mop.dm
This commit is contained in:
Cameron Lennox
2026-05-03 22:08:23 -04:00
committed by GitHub
parent c92befc589
commit 7cdc25880a
13 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ GLOBAL_LIST_BOILERPLATE(all_mops, /obj/item/mop)
user.visible_message(span_warning("[user] begins to clean \the [get_turf(A)]."))
if(do_after(user, mop_time, target = src, max_interact_count = 9))
if(do_after(user, mop_time, target = get_turf(A)))
var/turf/T = get_turf(A)
if(T)
T.wash(CLEAN_SCRUB)