mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Gun safeties stop suicides.(#8451)
This commit is contained in:
@@ -503,6 +503,11 @@
|
||||
user.visible_message(span("warning", "*click click*"))
|
||||
mouthshoot = FALSE
|
||||
return
|
||||
if(safety() && user.a_intent != I_HURT)
|
||||
user.visible_message(SPAN_WARNING("The safety was on. How anticlimatic!"))
|
||||
handle_click_empty(user)
|
||||
mouthshoot = FALSE
|
||||
return
|
||||
if(silenced)
|
||||
playsound(user, fire_sound, 10, 1)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user