mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Fixes being unable to pickup the armblade nullrod on mining (#16189)
This commit is contained in:
@@ -366,6 +366,15 @@
|
||||
w_class = WEIGHT_CLASS_HUGE
|
||||
sharp = TRUE
|
||||
|
||||
/obj/item/nullrod/armblade/mining
|
||||
flags = NODROP
|
||||
reskin_selectable = FALSE //So 2 of the same nullrod doesnt show up.
|
||||
|
||||
/obj/item/nullrod/armblade/mining/pickup(mob/living/user)
|
||||
..()
|
||||
flags += ABSTRACT
|
||||
return FALSE
|
||||
|
||||
/obj/item/nullrod/carp
|
||||
name = "carp-sie plushie"
|
||||
desc = "An adorable stuffed toy that resembles the god of all carp. The teeth look pretty sharp. Activate it to recieve the blessing of Carp-Sie."
|
||||
|
||||
Reference in New Issue
Block a user