mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Carn told me a better way to go about the icons updates, so I did. Quick fix.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4311 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -186,7 +186,7 @@
|
|||||||
var/mob/living/carbon/human/H = synd_mind.current
|
var/mob/living/carbon/human/H = synd_mind.current
|
||||||
P.loc = H.loc
|
P.loc = H.loc
|
||||||
H.equip_if_possible(P, H.slot_r_store, 0)
|
H.equip_if_possible(P, H.slot_r_store, 0)
|
||||||
H.update_inv_pockets()
|
H.update_icons()
|
||||||
|
|
||||||
else
|
else
|
||||||
nuke_code = "code will be provided later"
|
nuke_code = "code will be provided later"
|
||||||
|
|||||||
@@ -148,15 +148,7 @@
|
|||||||
mob << "The Syndicate were unfortunately unable to get you a flash."
|
mob << "The Syndicate were unfortunately unable to get you a flash."
|
||||||
else
|
else
|
||||||
mob << "The flash in your [where] will help you to persuade the crew to join your cause."
|
mob << "The flash in your [where] will help you to persuade the crew to join your cause."
|
||||||
switch(where)
|
mob.update_icons()
|
||||||
if("left pocket")
|
|
||||||
mob.update_inv_pockets()
|
|
||||||
if("right pocket")
|
|
||||||
mob.update_inv_pockets()
|
|
||||||
if("left_hand")
|
|
||||||
mob.update_inv_l_hand()
|
|
||||||
if("right_hand")
|
|
||||||
mob.update_inv_r_hand()
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user