mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Radioactive Manhole
This commit is contained in:
9
code/game/objects/items/poi_items.dm
Normal file
9
code/game/objects/items/poi_items.dm
Normal file
@@ -0,0 +1,9 @@
|
||||
/obj/item/poi/pascalb
|
||||
icon = 'icons/obj/objects.dmi'
|
||||
icon_state = "pascalb"
|
||||
name = "Charred Manhole Cover"
|
||||
desc = "The top of this twisted chunk of metal is faintly stamped with a five pointed star. 'Property of US Army, Pascal B 1957'."
|
||||
|
||||
object/item/poi/pascalb/process()
|
||||
|
||||
radiation_repository.radiate(src, 5)
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 127 KiB |
@@ -820,6 +820,7 @@
|
||||
#include "code\game\objects\items\gunbox.dm"
|
||||
#include "code\game\objects\items\latexballoon.dm"
|
||||
#include "code\game\objects\items\paintkit.dm"
|
||||
#include "code\game\objects\items\poi_items.dm"
|
||||
#include "code\game\objects\items\shooting_range.dm"
|
||||
#include "code\game\objects\items\toys.dm"
|
||||
#include "code\game\objects\items\trash.dm"
|
||||
|
||||
Reference in New Issue
Block a user