mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 12:02:24 +00:00
Species Restricted Spam Fix (#11446)
This commit is contained in:
@@ -81,7 +81,8 @@
|
||||
wearable = 1
|
||||
|
||||
if(!wearable && !(slot in list(slot_l_store, slot_r_store, slot_s_store)))
|
||||
to_chat(H, SPAN_DANGER("Your species cannot wear [src]."))
|
||||
if(!disable_warning)
|
||||
to_chat(H, SPAN_DANGER("Your species cannot wear [src]."))
|
||||
return 0
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user