mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Sudoku via pen
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
var/colour = "black" //what colour the ink is!
|
||||
pressure_resistance = 2
|
||||
|
||||
/obj/item/weapon/pen/suicide_act(mob/user)
|
||||
viewers(user) << "<span class='suicide'>[user] starts scribbling over \himself with the [src.name]! It looks like \he's trying to commit sudoku.</span>"
|
||||
return (BRUTELOSS)
|
||||
|
||||
/obj/item/weapon/pen/blue
|
||||
name = "blue-ink pen"
|
||||
@@ -143,4 +146,4 @@
|
||||
item_state = "edagger"
|
||||
else
|
||||
icon_state = initial(icon_state) //looks like a normal pen when off.
|
||||
item_state = initial(item_state)
|
||||
item_state = initial(item_state)
|
||||
|
||||
Reference in New Issue
Block a user