mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Adds the Guy Fawkes mask to Autodrobe and spawn
Conflicts: code/game/machinery/vending.dm code/game/objects/effects/landmarks.dm code/modules/clothing/masks/miscellaneous.dm icons/mob/mask.dmi icons/obj/clothing/masks.dmi
This commit is contained in:
@@ -129,3 +129,11 @@
|
||||
return
|
||||
if(user.real_name == "[originalname][temporaryname]" || user.real_name == "A Horse With No Name") //if it's somehow changed while the mask is on it doesn't revert
|
||||
user.real_name = originalname
|
||||
|
||||
/obj/item/clothing/mask/fawkes
|
||||
name = "Guy Fawkes mask"
|
||||
desc = "A mask designed to help you remember a specific date."
|
||||
icon_state = "fawkes"
|
||||
item_state = "fawkes"
|
||||
flags_inv = HIDEFACE
|
||||
w_class = 2
|
||||
|
||||
Reference in New Issue
Block a user