mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
New hat for Ian and new tool for pets
while life serve the same function, it is somewhat difficult to make, the lazarus injector revives any neutral simple_animal on use, and can turn hostile animals friendly towards them if it has been emped. so five of those has been added to the crittercare. Most importantly, Ian got a new mask, the mustache.
This commit is contained in:
@@ -363,6 +363,11 @@
|
||||
desc = "That's not red paint. That's real corgi blood."
|
||||
valid = 1
|
||||
|
||||
if(/obj/item/clothing/mask/fakemoustache)
|
||||
name = "Definitely Not [real_name]"
|
||||
desc = "That's Definitely Not [real_name]"
|
||||
valid = 1
|
||||
|
||||
if(valid)
|
||||
if(user && !user.drop_item())
|
||||
user << "<span class='warning'>\The [item_to_add] is stuck to your hand, you cannot put it on [src]'s head!</span>"
|
||||
|
||||
Reference in New Issue
Block a user