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
@@ -24,4 +24,4 @@
crosser.emote(pick("belch","burp"))
crosser.Knockdown(500)
+1 -1
View File
@@ -27,4 +27,4 @@
else
icon_state = "blob_m_body"
update_body()
//chungus
//chungus
@@ -25,4 +25,4 @@
glass_desc = "A bold mixture of cheap energy drink, and even cheaper ale. Beloved by partygoers and daredevils across the galaxy. Beloathed by bugpeople"
shot_glass_icon_state = "shotglassbrown"
pH = 4.5
value = 0.1
value = 0.1
@@ -11,4 +11,4 @@
name = "Glyphid slammer"
id = /datum/reagent/consumable/ethanol/glyphid_slammer
results = list(/datum/reagent/consumable/ethanol/glyphid_slammer = 2)
required_reagents = list(/datum/reagent/consumable/pwr_game = 1, /datum/reagent/consumable/ethanol/beer = 1)
required_reagents = list(/datum/reagent/consumable/pwr_game = 1, /datum/reagent/consumable/ethanol/beer = 1)
@@ -52,4 +52,4 @@
name = "Chocolate Milkshake"
id = /datum/reagent/consumable/milkshake_chocolate
results = list(/datum/reagent/consumable/milkshake_chocolate = 3)
required_reagents = list(/datum/reagent/consumable/milk/chocolate_milk = 1, /datum/reagent/consumable/cream = 1, /datum/reagent/consumable/coco = 1)
required_reagents = list(/datum/reagent/consumable/milk/chocolate_milk = 1, /datum/reagent/consumable/cream = 1, /datum/reagent/consumable/coco = 1)
@@ -3,4 +3,4 @@
desc = "A statue of a long forgotten god, at least on earth."
icon = 'GainStation13/icons/obj/structure/statues.dmi'
icon_state = "fattha_statue"
anchored = TRUE
anchored = TRUE
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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))
+1 -1
View File
@@ -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
+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()