detections

This commit is contained in:
spookydonut
2020-07-22 14:57:20 +08:00
parent d17080167c
commit be4f3a4ee8
9 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -59,7 +59,7 @@
lose_text = "<span class='danger'>You feel isolated from others.</span>"
medical_record_text = "Patient is highly perceptive of and sensitive to social cues, or may possibly have ESP. Further testing needed."
datum/quirk/fan_clown
/datum/quirk/fan_clown
name = "Clown Fan"
desc = "You enjoy clown antics and get a mood boost from wearing your clown pin."
value = 1
@@ -79,7 +79,7 @@ datum/quirk/fan_clown
var/datum/atom_hud/fan = GLOB.huds[DATA_HUD_FAN]
fan.add_hud_to(H)
datum/quirk/fan_mime
/datum/quirk/fan_mime
name = "Mime Fan"
desc = "You enjoy mime antics and get a mood boost from wearing your mime pin."
value = 1
+1 -1
View File
@@ -93,7 +93,7 @@
/obj/item/dice/d6
name = "d6"
obj/item/dice/d6/ebony
/obj/item/dice/d6/ebony
name = "ebony die"
desc = "A die with six sides made of dense black wood. It feels cold and heavy in your hand."
icon_state = "de6"
@@ -260,7 +260,7 @@ nobiliumsuppression = INFINITY
return cached_results["fire"] ? REACTING : NO_REACTION
//freon reaction (is not a fire yet)
datum/gas_reaction/freonfire
/datum/gas_reaction/freonfire
priority = -4
name = "Freon combustion"
id = "freonfire"
+1 -1
View File
@@ -1,6 +1,6 @@
#define COUPON_OMEN "omen"
obj/item/coupon
/obj/item/coupon
name = "coupon"
desc = "It doesn't matter if you didn't want it before, what matters now is that you've got a coupon for it!"
icon_state = "data_1"
@@ -23,7 +23,7 @@
)
result = /obj/item/reagent_containers/food/snacks/donut/chaos
datum/crafting_recipe/food/donut/meat
/datum/crafting_recipe/food/donut/meat
time = 15
name = "Meat donut"
reqs = list(
+2 -2
View File
@@ -209,7 +209,7 @@
B.RCD.change_airlock_setting()
datum/action/innate/aux_base/window_type
/datum/action/innate/aux_base/window_type
name = "Select Window Type"
button_icon_state = "window_select"
@@ -218,7 +218,7 @@ datum/action/innate/aux_base/window_type
return
B.RCD.toggle_window_type()
datum/action/innate/aux_base/place_fan
/datum/action/innate/aux_base/place_fan
name = "Place Tiny Fan"
button_icon_state = "build_fan"
@@ -128,7 +128,7 @@
to_chat(user, "<span class='info'>You strap the armor plating to [A] and sharpen [A.p_their()] claws with the nail filer. This was a great idea.</span>")
qdel(src)
mob/living/simple_animal/hostile/bear/butter //The mighty companion to Cak. Several functions used from it.
/mob/living/simple_animal/hostile/bear/butter //The mighty companion to Cak. Several functions used from it.
name = "Terrygold"
icon_state = "butterbear"
icon_living = "butterbear"
@@ -520,7 +520,7 @@ Difficulty: Medium
else
animate(src, pixel_x = -16, pixel_z = 0, time = 5)
obj/effect/temp_visual/fireball
/obj/effect/temp_visual/fireball
icon = 'icons/obj/wizard.dmi'
icon_state = "fireball"
name = "fireball"
+2 -2
View File
@@ -96,10 +96,10 @@
name = "photo album (Library)"
persistence_id = "library"
obj/item/storage/photo_album/chapel
/obj/item/storage/photo_album/chapel
name = "photo album (Chapel)"
persistence_id = "chapel"
obj/item/storage/photo_album/prison
/obj/item/storage/photo_album/prison
name = "photo album (Prison)"
persistence_id = "prison"