Commented out metadata and some other non-sensical stuff.

This commit is contained in:
Ren Erthilo
2012-05-02 21:21:31 +01:00
parent 583cb6e771
commit e1c69ed8a1
11 changed files with 128 additions and 15 deletions
+1 -1
View File
@@ -420,7 +420,7 @@
set src in usr
if(usr != src)
usr << "No."
var/msg = input(usr,"Set the flavor text in your 'examine' verb. Don't metagame!","Flavor Text",html_decode(flavor_text)) as message|null
var/msg = input(usr,"Set the flavor text in your 'examine' verb. Can also be used for OOC notes about your character.","Flavor Text",html_decode(flavor_text)) as message|null
if(msg != null)
msg = copytext(msg, 1, MAX_MESSAGE_LEN)
+2 -2
View File
@@ -626,10 +626,10 @@
if(H.mutations & FAT) // is a human and fat?
has_fat_guy = 1 // set flag on holder
*/
if(istype(AM, /obj/structure/bigDelivery) && !hasmob)
if(istype(AM, /obj/structure/bigDelivery))// && !hasmob) Already have a check for this.
var/obj/structure/bigDelivery/T = AM
src.destinationTag = T.sortTag
if(istype(AM, /obj/item/smallDelivery) && !hasmob)
if(istype(AM, /obj/item/smallDelivery))// && !hasmob) And that. DMTG
var/obj/item/smallDelivery/T = AM
src.destinationTag = T.sortTag
else if (!src.destinationTag)