TG: - Welding shards while on top of a stack of glass (with less than 50 sheets) now

adds the produced glass to the stack.
- Some runtime fixes r2919 Author: quartz235
This commit is contained in:
Ren Erthilo
2012-04-09 15:06:03 +01:00
parent 19cf6b3b47
commit 5f54641c82
8 changed files with 216 additions and 175 deletions
+3
View File
@@ -61,6 +61,9 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin
return 0
if(clothes_req) //clothes check
if(!istype(usr, /mob/living/carbon/human))
usr << "You aren't a human, Why are you trying to cast a human spell, silly non-human? Casting human spells is for humans."
return 0
if(!istype(usr:wear_suit, /obj/item/clothing/suit/wizrobe))
usr << "I don't feel strong enough without my robe."
return 0