mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
Fix it in a bad way.
This commit is contained in:
@@ -240,7 +240,9 @@
|
||||
// Chomp edit
|
||||
if(isbelly(user.loc))
|
||||
var/obj/belly/B = user.loc
|
||||
if(!B.mode_flags & DM_FLAG_MUFFLEITEMS)
|
||||
if(B.mode_flags & DM_FLAG_MUFFLEITEMS)
|
||||
// Do nothing
|
||||
else
|
||||
playsound(src, src.use_sound, 50, 0, -5)
|
||||
// Chomp edit end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user