mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Removes the non bitflag slot defines (#47742)
Removes the non bitflag slot defines
This commit is contained in:
committed by
Rob Bailey
parent
d6816fddb6
commit
5481515dff
@@ -732,7 +732,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
if(close_other) //increase the odds
|
||||
for(var/i in 1 to 5)
|
||||
message_pool.Add("<span class='warning'>You feel a tiny prick!</span>")
|
||||
var/obj/item/storage/equipped_backpack = other.get_item_by_slot(SLOT_BACK)
|
||||
var/obj/item/storage/equipped_backpack = other.get_item_by_slot(ITEM_SLOT_BACK)
|
||||
if(istype(equipped_backpack))
|
||||
for(var/i in 1 to 5) //increase the odds
|
||||
message_pool.Add("<span class='notice'>[other] puts the [pick(\
|
||||
|
||||
Reference in New Issue
Block a user