mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
how
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
var/pickupsound = TRUE
|
||||
|
||||
/obj/item/clothing/suit/space/hardsuit/rd/hev/no_sound
|
||||
pickup_sound = FALSE
|
||||
pickupsound = FALSE
|
||||
|
||||
/obj/item/clothing/suit/space/hardsuit/rd/hev/equipped(mob/user, slot)
|
||||
. = ..()
|
||||
if(!pickup_sound)
|
||||
if(!pickupsound)
|
||||
return
|
||||
if(!ishuman(user))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user