Fat ray code

This commit is contained in:
MrSky12
2022-01-09 02:30:52 +01:00
parent 786de77daf
commit 5f191c1f7c
3 changed files with 19 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/obj/item/gun/energy/laser/captain
name = "Fat Ray Gun"
icon_state = "fatray"
item_state = "caplaser"
desc = "This is an antique laser gun. All craftsmanship is of the highest quality. It is decorated with assistant leather and chrome. The object menaces with spikes of energy. On the item is an image of Space Station 13. The station is exploding."
force = 10
ammo_x_offset = 3
selfcharge = EGUN_SELFCHARGE
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
@@ -0,0 +1,9 @@
/obj/item/gun/energy/laser/captain
name = "Fat Ray Gun"
icon_state = "fatray"
item_state = "caplaser"
desc = ""
force = 10
ammo_x_offset = 3
selfcharge = EGUN_SELFCHARGE
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
+1
View File
@@ -3067,6 +3067,7 @@
#include "code\modules\zombie\organs.dm"
#include "GainStation13\code\modules\mob\living\emote.dm"
#include "GainStation13\code\modules\vending\mealdor.dm"
#include "GainStation13\code\obj\fatray.dm"
#include "hyperstation\code\__DEFINES\economy.dm"
#include "hyperstation\code\__DEFINES\wendigo.dm"
#include "hyperstation\code\controllers\subsystem\economy.dm"