mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
Update watercloset_vr.dm
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
F.forceMove(src)
|
||||
spawn(refill_cooldown)
|
||||
for(var/atom/movable/F in bowl_contents)
|
||||
F.forceMove(exit_landmark)
|
||||
if(F.loc == src)
|
||||
F.forceMove(exit_landmark)
|
||||
bowl_contents.Cut()
|
||||
refilling = FALSE
|
||||
return
|
||||
@@ -142,4 +143,4 @@
|
||||
/mob/living/simple_mob/vore/aggressive/corrupthound/muffinmonster
|
||||
name = "Muffin Monster"
|
||||
desc = "OH GOD IT'S LOOSE!"
|
||||
vore_default_item_mode = IM_DIGEST
|
||||
vore_default_item_mode = IM_DIGEST
|
||||
|
||||
Reference in New Issue
Block a user