mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 17:36:52 +01:00
makes w_class use defines (#9848)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
vital = 1
|
||||
icon_state = "brain"
|
||||
force = 1.0
|
||||
w_class = 2.0
|
||||
w_class = ITEMSIZE_SMALL
|
||||
throwforce = 1.0
|
||||
throw_speed = 3
|
||||
throw_range = 5
|
||||
@@ -312,4 +312,4 @@
|
||||
lobotomize(user)
|
||||
else
|
||||
to_chat(user, "<span class='notice'>The brain has already been operated on!</span>")
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user