ci fix
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
//ID bank account support defines.
|
||||
#define ID_NO_BANK_ACCOUNT 0
|
||||
#define ID_FREE_BANK_ACCOUNT 1
|
||||
#define ID_LOCKED_BANK_ACCOUNT 2
|
||||
#define ID_LOCKED_BANK_ACCOUNT 2
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
if(user.nextsoundemote >= world.time)
|
||||
return
|
||||
user.nextsoundemote = world.time + 7
|
||||
playsound(user, 'sound/voice/caw.ogg', 50, 1, -1)
|
||||
playsound(user, 'sound/voice/caw.ogg', 50, 1, -1)
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
|
||||
/mob/living/carbon/human/proc/cumdrip()
|
||||
if(isturf(loc))
|
||||
new/obj/effect/decal/cleanable/semendrip(get_turf(src))
|
||||
new/obj/effect/decal/cleanable/semendrip(get_turf(src))
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
strip_delay = 40
|
||||
equip_delay_other = 20
|
||||
cold_protection = HANDS
|
||||
min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT
|
||||
min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
//This file is empty right now, but leaves room for people to put shit here in the future for those who are lazy
|
||||
/mob/living/silicon/robot
|
||||
var/datum/action/cyborg_small_sprite/small_sprite_action //This gets replaced every time the cyborg changes modules --Cyanosis
|
||||
var/datum/action/cyborg_small_sprite/small_sprite_action //This gets replaced every time the cyborg changes modules --Cyanosis
|
||||
|
||||
@@ -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