mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user