ci fix
This commit is contained in:
@@ -47,4 +47,4 @@
|
||||
|
||||
/obj/item/clothing/head/zao/examine(mob/user)
|
||||
. = ..()
|
||||
. += "<span class='notice'>Alt-click the hat to toggle it\'s cloaking [cloaked ? "off" : "on"].</span>"
|
||||
. += "<span class='notice'>Alt-click the hat to toggle it\'s cloaking [cloaked ? "off" : "on"].</span>"
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
/obj/item/restraints/handcuffs,
|
||||
/obj/item/tank/internals/emergency_oxygen,
|
||||
/obj/item/tank/internals/plasmaman,
|
||||
/obj/item/toy) // Will be modifying/removing/adding more at a later date.
|
||||
/obj/item/toy) // Will be modifying/removing/adding more at a later date.
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
icon_state = "zaounder"
|
||||
item_state = "zaounder"
|
||||
item_color = "zaounder"
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi'
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi'
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
if (istype(I,/obj/item/cigbutt))
|
||||
to_chat(user, "You place [I] in [src].")
|
||||
qdel(I) //drop it in.
|
||||
qdel(I) //drop it in.
|
||||
|
||||
@@ -76,4 +76,4 @@
|
||||
squeak_override = list('sound/effects/mousesqueek.ogg'= 1)*/
|
||||
//End
|
||||
|
||||
//Removed all donator plushes for Hyperstation Admins/players in this file.
|
||||
//Removed all donator plushes for Hyperstation Admins/players in this file.
|
||||
|
||||
@@ -66,4 +66,4 @@
|
||||
if(P.sounding)
|
||||
new /obj/item/sounding/used_sounding(usr.loc)
|
||||
P.sounding = 0
|
||||
src.update_genitals()
|
||||
src.update_genitals()
|
||||
|
||||
Reference in New Issue
Block a user