mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Added pie cannon and spirit board to Sol Trader items (#20100)
* Added pie cannon and spirit board to Sol Traders items * Update code/game/objects/structures/spirit_board.dm Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
/obj/structure/spirit_board/examine(mob/user)
|
||||
. = ..()
|
||||
. += "[initial(desc)] The planchette is sitting at \"[planchette]\"."
|
||||
. += "The planchette is sitting at \"[planchette]\"."
|
||||
|
||||
/obj/structure/spirit_board/attack_hand(mob/user as mob)
|
||||
if(..())
|
||||
@@ -78,3 +78,7 @@
|
||||
return 0
|
||||
|
||||
return 1
|
||||
|
||||
/obj/structure/spirit_board/wrench_act(mob/living/user, obj/item/I)
|
||||
. = TRUE
|
||||
default_unfasten_wrench(user, I, time = 4 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user