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.color = AverageColour(atom_icon)
|
||||||
text_image.pixel_x = 7
|
text_image.pixel_x = 7
|
||||||
text_image.pixel_y = 5
|
text_image.pixel_y = 5
|
||||||
del(atom_icon)
|
qdel(atom_icon)
|
||||||
return text_image
|
return text_image
|
||||||
|
|
||||||
var/global/list/friendly_animal_types = list()
|
var/global/list/friendly_animal_types = list()
|
||||||
|
|||||||
@@ -18,13 +18,11 @@ var/list/admin_datums = list()
|
|||||||
|
|
||||||
/datum/admins/New(datum/admin_rank/R, ckey)
|
/datum/admins/New(datum/admin_rank/R, ckey)
|
||||||
if(!ckey)
|
if(!ckey)
|
||||||
spawn(0)
|
QDEL_IN(src, 0)
|
||||||
del(src)
|
|
||||||
throw EXCEPTION("Admin datum created without a ckey")
|
throw EXCEPTION("Admin datum created without a ckey")
|
||||||
return
|
return
|
||||||
if(!istype(R))
|
if(!istype(R))
|
||||||
spawn(0)
|
QDEL_IN(src, 0)
|
||||||
del(src)
|
|
||||||
throw EXCEPTION("Admin datum created without a rank")
|
throw EXCEPTION("Admin datum created without a rank")
|
||||||
return
|
return
|
||||||
rank = R
|
rank = R
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
AB.boss = null
|
AB.boss = null
|
||||||
AB.Remove(src)
|
AB.Remove(src)
|
||||||
qdel(AB)
|
qdel(AB)
|
||||||
del(boss_abilities)
|
boss_abilities.Cut()
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user