I want to play Thermonuclear War (Initial Commit)

This commit is contained in:
The0bserver
2021-04-21 03:12:01 -04:00
parent ec4f754416
commit db046f3dbb
4 changed files with 5 additions and 10 deletions
@@ -9,10 +9,6 @@
casing_ejector = FALSE
w_class = WEIGHT_CLASS_TINY
/obj/item/gun/ballistic/derringer/Initialize()
..()
transform *= 0.8 //Spriter too lazy to make icons smaller than default revolvers, local coder hacks in solution.
/obj/item/gun/ballistic/derringer/get_ammo(countchambered = FALSE, countempties = TRUE)
var/boolets = 0 //legacy var name maturity
if (chambered && countchambered)