Merge remote-tracking branch 'upstream/dev' into inventoryfix

Conflicts:
	code/modules/organs/organ_external.dm
This commit is contained in:
mwerezak
2015-03-31 02:08:33 -04:00
143 changed files with 6550 additions and 4629 deletions
+1
View File
@@ -802,6 +802,7 @@ var/list/admin_verbs_mentor = list(
M.r_eyes = hex2num(copytext(new_eyes, 2, 4))
M.g_eyes = hex2num(copytext(new_eyes, 4, 6))
M.b_eyes = hex2num(copytext(new_eyes, 6, 8))
M.update_eyes()
var/new_skin = input("Please select body color. This is for Tajaran, Unathi, and Skrell only!", "Character Generation") as color
if(new_skin)
+1 -1
View File
@@ -1819,7 +1819,7 @@
if(!security)
//strip their stuff before they teleport into a cell :downs:
for(var/obj/item/weapon/W in H)
if(istype(W, /datum/organ/external))
if(istype(W, /obj/item/organ/external))
continue
//don't strip organs
H.drop_from_inventory(W)