mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
@@ -6,7 +6,10 @@
|
||||
if(L.has_modifier_of_type(/datum/modifier/underwater_stealth))
|
||||
to_chat(user,"<span class='warning'>You cannot use guns whilst hiding underwater!</span>")
|
||||
return 0
|
||||
if(L.has_modifier_of_type(/datum/modifier/rednet))
|
||||
else if(L.has_modifier_of_type(/datum/modifier/rednet))
|
||||
to_chat(user,"<span class='warning'>Your gun refuses to fire!</span>")
|
||||
return 0
|
||||
else if(L.has_modifier_of_type(/datum/modifier/trait/thickdigits))
|
||||
to_chat(user,"<span class='warning'>Your hands can't pull the trigger!!</span>")
|
||||
return 0
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user