removes insuit examine code
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
|
||||
msg += "<EM>[src.name]</EM>!\n"
|
||||
|
||||
var/insuit_handled=0
|
||||
|
||||
//uniform
|
||||
if(w_uniform && !(slot_w_uniform in obscured))
|
||||
//Ties
|
||||
@@ -46,10 +44,6 @@
|
||||
msg += "<span class='warning'>[t_He] [t_is] wearing \icon[w_uniform] [w_uniform.gender==PLURAL?"some":"a"] blood-stained [w_uniform.name][tie_msg]!</span>\n"
|
||||
else
|
||||
msg += "[t_He] [t_is] wearing \icon[w_uniform] \a [w_uniform][tie_msg].\n"
|
||||
if(vore_insuit_datum.has_people())
|
||||
msg += "<span class='warning'>There is a person-shaped bulge under the fabric!</span>\n"
|
||||
insuit_handled=1
|
||||
|
||||
|
||||
//head
|
||||
if(head)
|
||||
@@ -71,8 +65,6 @@
|
||||
msg += "<span class='warning'>[t_He] [t_is] carrying \icon[s_store] [s_store.gender==PLURAL?"some":"a"] blood-stained [s_store.name] on [t_his] [wear_suit.name]!</span>\n"
|
||||
else
|
||||
msg += "[t_He] [t_is] carrying \icon[s_store] \a [s_store] on [t_his] [wear_suit.name].\n"
|
||||
if(vore_insuit_datum.has_people()&&!insuit_handled)
|
||||
msg += "<span class='warning'>The fabric is moving!</span>\n"
|
||||
|
||||
//back
|
||||
if(back)
|
||||
@@ -254,6 +246,7 @@
|
||||
msg += "[t_He] [t_is] plump and delicious looking - Like a fat little piggy. A tasty piggy.\n"
|
||||
else
|
||||
msg += "[t_He] [t_is] quite chubby.\n"
|
||||
/*
|
||||
if( (vore_womb_datum.has_people()||vore_stomach_datum.has_people()) && !(slot_w_uniform in obscured) )
|
||||
msg += "It seems [t_his] belly is shifting around slighty.\n"
|
||||
if( (vore_breast_datum.has_people()||vore_breast_datum.digestion_count) && !(slot_w_uniform in obscured) )
|
||||
@@ -268,7 +261,7 @@
|
||||
if(vore_tail_datum.transfer_factor)
|
||||
msg += " It moves slowly toward the base."
|
||||
msg += "\n"
|
||||
|
||||
*/
|
||||
if(blood_volume < BLOOD_VOLUME_SAFE)
|
||||
msg += "[t_He] [t_has] pale skin.\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user