mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Merge pull request #508 from Markolie/master
Fixes grilles, constructable machine upgrade, proper hardsuit conversion, R&D updates, constructable display case
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
/obj/structure/Destroy()
|
||||
if(hascall(src, "unbuckle"))
|
||||
src:unbuckle()
|
||||
|
||||
/obj/structure/mech_melee_attack(obj/mecha/M)
|
||||
if(M.damtype == "brute")
|
||||
M.occupant_message("<span class='danger'>You hit [src].</span>")
|
||||
visible_message("<span class='danger'>[src] has been hit by [M.name].</span>")
|
||||
return 1
|
||||
return 0
|
||||
|
||||
/obj/structure/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user