mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Some refactors, DMDoc and UT (#18365)
* dsfa * accessories fix * fixed "has been hit by" message with intent check * sdfa
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
sleep(30)
|
||||
deploy()
|
||||
|
||||
/obj/structure/droppod_door/attackby(obj/item/W, mob/user)
|
||||
/obj/structure/droppod_door/attackby(obj/item/attacking_item, mob/user)
|
||||
. = ..()
|
||||
if(W.iswelder())
|
||||
var/obj/item/weldingtool/WT = W
|
||||
if(attacking_item.iswelder())
|
||||
var/obj/item/weldingtool/WT = attacking_item
|
||||
if(WT.isOn())
|
||||
user.visible_message(
|
||||
SPAN_NOTICE("[user] begins cutting \the [src]'s safety bolts."),
|
||||
|
||||
Reference in New Issue
Block a user