funny
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -61,4 +61,4 @@
|
||||
..()
|
||||
if(ismob(loc))
|
||||
var/mob/M = loc
|
||||
M.update_inv_head()
|
||||
M.update_inv_head()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"]"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user