Adds infoboxes (#178)

This commit is contained in:
SandPoot
2021-08-14 00:16:39 -03:00
committed by GitHub
parent 298a719a00
commit c3658b8f0e
25 changed files with 116 additions and 92 deletions
@@ -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