Small error with the new traitor item.

This commit is contained in:
SkyMarshal
2011-12-28 23:23:42 -07:00
parent b91bd40064
commit 22d5d2cd3d
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -213,7 +213,7 @@
if(uses >= 10)
uses -= 10
new /obj/item/weapon/storage/box/syndicate(get_turf(hostpda))
if("bundle")
if("eraser")
if(uses >= 1)
uses -= 1
new /obj/item/weapon/stamperaser(get_turf(hostpda))
@@ -197,6 +197,10 @@ SYNDICATE UPLINK
if (src.uses >= 10)
uses -= 10
new /obj/item/toy/syndicateballoon(get_turf(src))
if("eraser")
if(uses)
uses --
new /obj/item/weapon/stamperaser(get_turf(hostpda))
else if (href_list["lock"] && src.origradio)
// presto chango, a regular radio again! (reset the freq too...)
shutdown_uplink()