This commit is contained in:
silicons
2020-11-12 23:34:42 -07:00
parent e8bd56a92d
commit 803bff4e5f
285 changed files with 285 additions and 285 deletions
+1 -1
View File
@@ -42,4 +42,4 @@
// Called just before an attack_hand(), in mob/UnarmedAttack()
/obj/item/clothing/gloves/proc/Touch(atom/A, proximity)
return FALSE // return TRUE to cancel attack_hand()
return FALSE // return TRUE to cancel attack_hand()
+1 -1
View File
@@ -61,4 +61,4 @@
..()
if(ismob(loc))
var/mob/M = loc
M.update_inv_head()
M.update_inv_head()
+1 -1
View File
@@ -80,4 +80,4 @@
icon_state = "waldo_hat"
item_state = "waldo_hat"
//No dog fashion sprites yet :( poor Ian can't be dope like the rest of us yet
//No dog fashion sprites yet :( poor Ian can't be dope like the rest of us yet
+1 -1
View File
@@ -167,4 +167,4 @@
/obj/item/clothing/head/hardhat/weldhat/dblue
icon_state = "hardhat0_dblue"
item_state = "hardhat0_dblue"
hat_type = "dblue"
hat_type = "dblue"
+1 -1
View File
@@ -161,4 +161,4 @@
head = /obj/item/clothing/head/helmet/space/plasmaman/clown
uniform = /obj/item/clothing/under/plasmaman/clown
mask = /obj/item/clothing/mask/gas/clown_hat
mask = /obj/item/clothing/mask/gas/clown_hat
+1 -1
View File
@@ -46,4 +46,4 @@
/obj/item/paper/fluff/vr/fluke_ops
name = "Where is my uplink?"
info = "Use the radio in your backpack."
info = "Use the radio in your backpack."
+1 -1
View File
@@ -140,4 +140,4 @@
if(id_slot)
var/obj/item/card/id/card = id_slot.GetID()
if(istype(card))
card.access |= stored_access
card.access |= stored_access
+1 -1
View File
@@ -60,4 +60,4 @@
to_chat(user, "<span class='warning'>You need bananium to turn the prototype shoes on!</span>")
/obj/item/clothing/shoes/clown_shoes/banana_shoes/update_icon_state()
icon_state = "clown_prototype_[on? "on" : "off"]"
icon_state = "clown_prototype_[on? "on" : "off"]"
+1 -1
View File
@@ -33,4 +33,4 @@
for(var/spell in spells)
var/obj/effect/proc_holder/spell/S = spell
H.mind.spell_list.Remove(S)
qdel(S)
qdel(S)