mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
removes a few (hopefully) unused globals (#84473)
## About The Pull Request removes a few (hopefully) unused globals ## Why It's Good For The Game these are just clutter ## Changelog N/A
This commit is contained in:
@@ -164,7 +164,6 @@
|
||||
QDEL_NULL(signaler)
|
||||
QDEL_NULL(leash)
|
||||
card = null
|
||||
GLOB.pai_list.Remove(src)
|
||||
return ..()
|
||||
|
||||
/mob/living/silicon/pai/emag_act(mob/user)
|
||||
@@ -213,7 +212,6 @@
|
||||
if(istype(loc, /obj/item/modular_computer))
|
||||
give_messenger_ability()
|
||||
START_PROCESSING(SSfastprocess, src)
|
||||
GLOB.pai_list += src
|
||||
make_laws()
|
||||
for(var/law in laws.inherent)
|
||||
lawcheck += law
|
||||
|
||||
Reference in New Issue
Block a user