mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
@@ -869,7 +869,7 @@ The _flatIcons list is a cache for generated icon files.
|
||||
text_image.color = AverageColour(atom_icon)
|
||||
text_image.pixel_x = 7
|
||||
text_image.pixel_y = 5
|
||||
del(atom_icon)
|
||||
qdel(atom_icon)
|
||||
return text_image
|
||||
|
||||
var/global/list/friendly_animal_types = list()
|
||||
|
||||
@@ -18,13 +18,11 @@ var/list/admin_datums = list()
|
||||
|
||||
/datum/admins/New(datum/admin_rank/R, ckey)
|
||||
if(!ckey)
|
||||
spawn(0)
|
||||
del(src)
|
||||
QDEL_IN(src, 0)
|
||||
throw EXCEPTION("Admin datum created without a ckey")
|
||||
return
|
||||
if(!istype(R))
|
||||
spawn(0)
|
||||
del(src)
|
||||
QDEL_IN(src, 0)
|
||||
throw EXCEPTION("Admin datum created without a rank")
|
||||
return
|
||||
rank = R
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
AB.boss = null
|
||||
AB.Remove(src)
|
||||
qdel(AB)
|
||||
del(boss_abilities)
|
||||
boss_abilities.Cut()
|
||||
return ..()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user