This commit is contained in:
Metis
2024-09-16 20:02:26 -04:00
parent 74faebef8d
commit abf9c92268
18 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -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>"
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View 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()