TABS
This commit is contained in:
@@ -484,12 +484,12 @@
|
|||||||
if(swordamt < 3)
|
if(swordamt < 3)
|
||||||
if(!user.temporarilyRemoveItemFromInventory(I))
|
if(!user.temporarilyRemoveItemFromInventory(I))
|
||||||
return
|
return
|
||||||
created_name = "General Beepsky"
|
created_name = "General Beepsky"
|
||||||
name = "helmet/signaler/prox sensor/robot arm/energy sword assembly"
|
name = "helmet/signaler/prox sensor/robot arm/energy sword assembly"
|
||||||
icon_state = "grievous_assembly"
|
icon_state = "grievous_assembly"
|
||||||
to_chat(user, "<span class='notice'>You bolt [I] onto one of [src]'s arm slots.</span>")
|
to_chat(user, "<span class='notice'>You bolt [I] onto one of [src]'s arm slots.</span>")
|
||||||
qdel(I)
|
qdel(I)
|
||||||
swordamt ++
|
swordamt ++
|
||||||
else
|
else
|
||||||
if(!can_finish_build(I, user))
|
if(!can_finish_build(I, user))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user