mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-27 15:18:33 +01:00
Adds infoboxes (#178)
This commit is contained in:
@@ -583,12 +583,10 @@
|
||||
|
||||
switch(type_to_use)
|
||||
if("repair")
|
||||
to_chat(world,"Integrity: [obj_integrity] / [max_integrity]")
|
||||
if(obj_integrity < max_integrity)
|
||||
obj_integrity = min(obj_integrity + 20,max_integrity)
|
||||
to_chat(world,"Integrity: [obj_integrity] / [max_integrity]")
|
||||
to_chat(user,"<span class='notice'>You fix the dents and scratches of the assembly.</span>")
|
||||
to_chat(world,user)
|
||||
to_chat(user, "<span class='notice'>Integrity: [obj_integrity] / [max_integrity]</span>")
|
||||
return TRUE
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user